home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / dfrifle.zip / DF.BAT < prev    next >
DOS Batch File  |  1995-03-18  |  381b  |  13 lines

  1. @ECHO OFF
  2. ECHO Ignore a file not found error. If there is more one error, check
  3. ECHO the directory that is is in. It should be in your DOOM directory.
  4. ECHO Make sure you have ran DFBUILD before this. if not, press CTRL-C
  5. ECHO NOW! If so...
  6. PAUSE
  7. DEL DOOMHACK.EXE
  8. COPY DOOM.EXE DOOMHACK.EXE
  9. DEHACKED -LOAD DF.DEH > $.$$$
  10. DOOMHACK -FILE DF.WAD
  11. DEL DOOMHACK.EXE
  12. DEL $.$$$
  13.